systemd.user.timers.<name>.unitConfig

Each attribute in this set specifies an option in the [Unit] section of the unit. See systemd.unit(5) for details.

Type
attribute set of (systemd option)
Default
{ }
Example
{
  RequiresMountsFor = "/data";
}
Declared
<nixpkgs/nixos/modules/system/boot/systemd/user.nix>